home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / characters / tux / models.tcl < prev    next >
Encoding:
Text File  |  2001-10-10  |  227 b   |  8 lines

  1. objcreate {s_container} $shared_root:models
  2.  
  3. foreach model [glob -nocomplain *.obj.strip] {
  4.     regexp {(.*)\.obj\.strip} $model dummy name
  5.     objcreate {s_model_obj} $shared_root:models:$name \
  6.         -filename $model
  7. }
  8.